type github.com/jackc/pgx/v5/pgtype.wrapMultiDimSliceEncodePlan

4 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		pgtype.go#L1894: 				return &wrapMultiDimSliceEncodePlan{}, &w, true
		pgtype.go#L1902: type wrapMultiDimSliceEncodePlan struct {
		pgtype.go#L1906: func (plan *wrapMultiDimSliceEncodePlan) SetNext(next EncodePlan) { plan.next = next }
		pgtype.go#L1908: func (plan *wrapMultiDimSliceEncodePlan) Encode(value any, buf []byte) (newBuf []byte, err error) {